.jpcjfooter311 {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: url('../img/jpcjfooter31101.png') center no-repeat;
    background-size: cover;
    transition: bottom 0.3s ease-out;
    visibility: visible;
    user-select: none;
    z-index: 99999 !important;
    display: block;
    text-decoration: none;
}

.jpcjfooter311 .jpcjfooter311-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.jpcjfooter311 .jpcjfooter311-con .jfootercon311img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s ease-out;
    width: 778px;
    height: 78px;
}

.jpcjfooter311 .jpcjfooter311-con:hover .jfootercon311img {
    transform: translate(-50%, -50%) scale(1.2);
}

.jfooterconx915 {
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer;
}